home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 09 - 1993 / 09.04 Apr 93 / Creating EPSF Files / psd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-15  |  297 b   |  12 lines  |  [TEXT/KAHL]

  1. /* psd.h */
  2. /* Copyright 1992, Gary D. McGath */
  3.  
  4. extern void OutputString(char *str, int theFile);
  5. extern void OutputNum(int val, int theFile);
  6. void OutputDouble(double val, int theFile);
  7. void OutputHex(int ch, int theFile);
  8. void OutputChar(int ch, int theFile);
  9. void FlushOutBuf(int theFile);
  10.  
  11.  
  12.